home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 41
/
Volume 41 - JOGO DISK .iso
/
Games
/
scribble.swf
/
scripts
/
DefineSprite_191
/
frame_27
/
DoAction.as
Wrap
Text File
|
2007-02-20
|
358b
|
15 lines
stop();
td = 10;
onEnterFrame = function()
{
s = attachMovie("miniStar","ms" + td,td++);
s._x = random(550) - this._x;
s._y = random(400) - this._y;
s._xscale = random(50);
s._yscale = s._xscale;
var _loc2_ = new Color(s);
tap = Math.round(Math.random() * 16777215);
_loc2_.setRGB(tap);
s._rotation = random(360);
};